home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Backspace / Makefile < prev    next >
Encoding:
Makefile  |  1993-01-20  |  1.5 KB  |  59 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = BackSpace
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = backicon.tiff
  16. DOCICONS = backo.tiff backmodule.tiff
  17.  
  18. LOCAL_RESOURCES = BackSpace.nib Info.nib Help Localizable.strings
  19.  
  20. GLOBAL_RESOURCES = balls.tiff boink.tiff corner.tiff defaultImage.tiff \
  21.                    sam.tiff space.eps x.tiff
  22.  
  23. CLASSES = BackView.m BackWindow.m BlackView.m BoinkViewPart.m CornerView.m \
  24.           ModuleList.m MySlider.m PanelImageView.m Password.m SleepView.m \
  25.           SpaceView.m Thinker.m UserPath.m
  26.  
  27. HFILES = BackView.h BackWindow.h BlackView.h BoinkViewPart.h CornerView.h \
  28.          ModuleList.h MySlider.h PanelImageView.h Password.h SleepView.h \
  29.          SpaceView.h Thinker.h UserPath.h
  30.  
  31. MFILES = BackSpace_main.m ioctls.m ThinkMore.m Thinspector.m
  32.  
  33. PSWFILES = BoinkWraps.psw psfuncts.psw
  34.  
  35. OTHERSRCS = README.rtf .dir.tiff convertToBackOs
  36.  
  37.  
  38. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  39. INSTALLDIR = $(HOME)/Apps
  40. INSTALLFLAGS = -c -s -m 755
  41. SOURCEMODE = 444
  42.  
  43. ICONSECTIONS =    -sectcreate __ICON app backicon.tiff \
  44.         -sectcreate __ICON backo backo.tiff \
  45.         -sectcreate __ICON backmodule backmodule.tiff
  46.  
  47. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  48. DEBUG_LIBS = $(LIBS)
  49. PROF_LIBS = $(LIBS)
  50.  
  51.  
  52. -include Makefile.preamble
  53.  
  54. include $(MAKEFILEDIR)/app.make
  55.  
  56. -include Makefile.postamble
  57.  
  58. -include Makefile.dependencies
  59.